More precise PI.
authorrobertl <robertl>
Tue, 24 Sep 2002 15:49:53 +0000 (15:49 +0000)
committerrobertl <robertl>
Tue, 24 Sep 2002 15:49:53 +0000 (15:49 +0000)
psp.c

diff --git a/psp.c b/psp.c
index b616f734461b6518c1dfb27ac9436df3b9782753..1d94ebce3b1cbf620ab05eda07836bcd58621f7e 100644 (file)
--- a/psp.c
+++ b/psp.c
@@ -25,7 +25,7 @@
 #include <math.h>  /* for M_PI */
 
 #ifndef M_PI
-#  define M_PI 3.141592653589
+#  define M_PI 3.14159265358979323846
 #endif
 
 #define MYNAME "PSP"